Name | Description | |
---|---|---|
Count | Overridden. | |
Item | Overloaded. Overridden. Gets the element with specified name. | |
Report | Gets the C1FlexReport object owning this collection. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
The following tables list the members exposed by ReportObjectList<TItem>.
Name | Description | |
---|---|---|
Count | Overridden. | |
Item | Overloaded. Overridden. Gets the element with specified name. | |
Report | Gets the C1FlexReport object owning this collection. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the collection contains a specific item. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) | |
CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) | |
FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) | |
IndexByName | Gets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) | |
IndexOf | Gets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) | |
Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |